ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:hover{
	text-decoration: none;
}
body{
	color: #323232;
}
.text-truncate {
  	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}
.container{
	width: 1200px;
}
.top{
	height: 60px;
	line-height: 60px;
	background: #e1e1e9;
	border-bottom: 1px solid #ab0105;
	font-size: 12px;
}
.top-left{
	float: left;
}
.top-left li{
	float: left;
	padding-left: 36px;
	margin-right: 60px;
}
.top-left li.tel{
	background: url(../img/icon-tel.png) no-repeat left center;
}
.top-left li.fax{
	background: url(../img/icon-fax.png) no-repeat left center;
}
.top-left li.email{
	background: url(../img/icon-mail.png) no-repeat left center;
}
.top-right{
	float: right;
}
.top-right li{
	float: left;
	padding-left: 36px;
	margin-left: 25px;
}
.top-right li.cn{
	background: url(../img/icon-cn.png) no-repeat left center;
}
.top-right li a{
	color: #282828;
}
.top-right li.on a{
	color: #AB0105;
	font-weight: bold;
}
.top-right li.en{
	background: url(../img/icon-en.png) no-repeat left center;
}
.nav{
	float: right;
}
.hotwords{
	border-top: 10px solid #e0e1e9;
	padding: 10px 0;
}
.hotwords .list{
	background: url(../img/icon-hot.png) no-repeat left center;
	padding-left: 30px;
	float: left;
	width: 850px;
	line-height: 30px;
}
.hotwords .list a{
	font-size: 12px;
	color: #323232;
	margin-left: 6px;
}
.hotwords .search-guoup{
	float: right;
	width: 350px;
}

.index-pro{
	background: url(../img/index-pro-bg.jpg) no-repeat top center #e0e1e9;
	padding: 50px 0;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.index-pro h2{
	font-size: 30px;
	color: #ab0105;
	margin: 0 0 50px 0;
	text-align: center;
}
.index-pro h2 span{
	font-size: 72px;
	font-family: "华文行楷";
}
.index-pro h3{
	background: url(../img/line.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #323232;
}
.index-pro h4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 60px 0;	
}
.index-pro .adv{
	margin-bottom: 60px;
}
.index-pro .adv li{
	float: left;
	width: 170px;
	height: 200px;
	position: relative;
	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    cursor:pointer;
}
.index-pro .adv li .item{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.index-pro .adv li .item i{
	height: 60px;
	display: block;
	margin-top: 65px;
}
.index-pro .adv li .item i.i1{
	background: url(../img/adv-img1.png) no-repeat center center;
}
.index-pro .adv li .item i.i2{
	background: url(../img/adv-img2.png) no-repeat center center;
}
.index-pro .adv li .item i.i3{
	background: url(../img/adv-img3.png) no-repeat center center;
}
.index-pro .adv li .item i.i4{
	background: url(../img/adv-img4.png) no-repeat center center;
}
.index-pro .adv li .item i.i5{
	background: url(../img/adv-img5.png) no-repeat center center;
}
.index-pro .adv li .item i.i6{
	background: url(../img/adv-img6.png) no-repeat center center;
}
.index-pro .adv li .item i.i7{
	background: url(../img/adv-img8.png) no-repeat center center;
}
.index-pro .adv li .item i.i8{
	background: url(../img/adv-img7.png) no-repeat center center;
}
.index-pro .adv li .item p{
	text-align: center;
	margin-top: 5px;
	font-size: 12px;

}
.index-pro .adv li .bg{
	width: 115px;
	height: 115px;
	-webkit-transform-origin: 140px 54px;
	-moz-transform-origin: 140px 54px;
	-o-transform-origin: 140px 54px;
	-ms-transform-origin: 140px 54px;
	transform-origin: 140px 54px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
	z-index: 0;
}
.index-pro .adv li:hover{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.index-pro .adv li:hover .item{
	color: #fff !important;
}
.index-pro .adv li:hover i.i1{
	background: url(../img/adv-img1on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i2{
	background: url(../img/adv-img2on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i3{
	background: url(../img/adv-img3on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i4{
	background: url(../img/adv-img4on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i5{
	background: url(../img/adv-img5on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i6{
	background: url(../img/adv-img6on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i7{
	background: url(../img/adv-img8on.png) no-repeat center center;
}
.index-pro .adv li:hover i.i8{
	background: url(../img/adv-img7on.png) no-repeat center center;
}
.index-pro .adv li:hover .bg{
	background: #ab0105;
}
.index-pro .pro li{
	float: left;
	width: 232px;
	margin-right: 10px;
}
.index-pro .pro .item:hover{ display:block; background:#f5f5f5}
.index-pro .pro li:nth-child(5n){
	margin-right: 0;
}
.index-pro .pro .item{
	background: #fff;
	padding: 10px;
}
.index-pro .pro .item .img{
	margin-bottom: 10px;
}
.index-pro .pro .item .img img{
	width: 212px;
	height: 127px;
}
.index-pro .pro .item .brand{
	margin-bottom: 10px;
}
.index-pro .pro .item .brand span{
	background: #ab0105;
	border: 1px solid #ab0105;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 8px;
	display: block;
	float: left;
}
.index-pro .pro .item .brand span:nth-of-type(2){
	background: #fff;
	color: #ab0105;
	border: 1px solid #ab0105;
}
.index-pro .pro .item .title{
	font-size: 16px;
	margin-bottom: 5px;
}
.index-pro .pro .item .title a{
	display: block;
	color: #323232;
}
.index-pro .pro .item .title a:hover{
	color: #ab0105;
}
.index-pro .pro .item .xinghao{
	font-size: 12px;
	color: #767676;
}
.index-pro .pro .more{
	margin: 45px auto 15px auto;
	width: 230px;
	text-align: center;
}
.index-pro .pro .more a{
	display: block;
	font-size: 18px;
	color: #323232;
	border: 1px solid rgba(50,50,50,0.2);
	padding: 10px 0;
	transition: all 0.4s;
}
.index-pro .pro .more a:hover{
	color: #fff;
	background: #ab0105;
	border: 1px solid rgba(50,50,50,0);
}

.index-case{
	background: #fff;
	padding: 50px 0;
}
.index-case h3{
	background: url(../img/line.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #323232;
}
.index-case h4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 60px 0;	
}
.index-case .left{
	float: left;
	width: 350px;
	height: 595px;
	background: #dddee5;
}
.index-case .left .box{
	margin-bottom: 30px;
	padding: 10px;
}
.index-case .left .box .hd{
	height: 40px;
	line-height: 40px;
	border-bottom: 4px solid #fff;
}
.index-case .left .box .hd .t{
	float: left;
}
.index-case .left .box .hd .more{
	float: right;
}
.index-case .left .box .hd .more a{
	display: block;
	color: #323232;
	font-size: 12px;
}
.index-case .left .box .bd li{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.index-case .left .box .bd li a{
	float: left;
	background: #fff;
	padding: 5px;
	color: #323232;
	font-size: 12px;
	transition: all 0.4s;
}
.index-case .left .box .bd li a:hover{
	color: #fff;
	background: #ab0105;
}
.index-case .right{
	float: right;
	width: 815px;
	height: 595px;
}

.index-about{
	background: url(../img/index-about-bg.jpg) no-repeat top center;
	padding: 30px 0;
}
.index-about h3{
	background: url(../img/line.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #323232;
}
.index-about h4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 30px 0;	
}
.index-about .company{
	margin-bottom: 50px;
}
.index-about .company .con{
	text-align: center;
}
.index-about .company .more{
	margin: 30px auto 0 auto;
	width: 230px;
	text-align: center;
}
.index-about .company .more a{
	display: block;
	font-size: 18px;
	color: #323232;
	border: 1px solid rgba(50,50,50,0.2);
	padding: 10px 0;
	transition: all 0.4s;
}
.index-about .company .more a:hover{
	color: #fff;
	background: #ab0105;
	border: 1px solid rgba(50,50,50,0);
}

.index-news{
	background: #323232;
	padding: 30px 0;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.index-news h3{
	background: url(../img/line.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.index-news h4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 30px 0;	
	color: #fff;
}
.index-news .first{
	float: left;
	width: 480px;
	background: #e1e1e8;
	padding: 10px;
}
.index-news .first .img{
	width: 460px;
	height: 225px;
	overflow: hidden;
	margin-bottom: 10px;
}
.index-news .first .img img{
	width: 100%;
}
.index-news .first .title{
	margin-bottom: 10px;
}
.index-news .first .title a{
	color: #323232;
	font-size: 14px;
	font-weight: bold;
}
.index-news .first .desc{
	font-size: 12px;
	color: #676565;
}
.index-news .list{
	float: right;
	width: 685px;
}
.index-news .list li{
	margin-bottom: 15px;
}
.index-news .list li:last-child{
	margin-bottom: 0;
}
.index-news .list li .item{
	background: #e5e5e5;
	padding: 10px;
}
.index-news .list li .item .a{
	float: left;
	width: 70px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #C0C0C0;
	text-align: center;
}
.index-news .list li .item .b{
	float: right;
	width: 580px;
}
.index-news .list li .item .b .t{
	float: left;
	width: 500px;
}
.index-news .list li .item .b .t a{
	color: #323232;
	display: block;
	font-weight: bold;
}
.index-news .list li .item .b .t a:hover,.index-news .first .title a:hover{ color:#C00}
.index-news .list li .item .b .date{
	font-size: 12px;
	float: right;
}
.index-news .list li .item .b .desc{
	font-size: 12px;
	margin-top: 10px;
}

.index-hezuo{
	background: url(../img/index-hezuo-bg.jpg) no-repeat top center;
	padding: 30px 0;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.index-hezuo h3{
	background: url(../img/line.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.index-hezuo h4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 50px 0;
}
.index-hezuo li{
	float: left;
	width: 220px;
	margin-right: 25px;
	margin-bottom: 25px;
	border: 1px solid #CECCCD;
}
.index-hezuo li:nth-child(5n){
	margin-right: 0;
}
.index-hezuo li img{
	width: 100%;
}


/*产品展示*/
.page{
	padding-bottom: 50px;
}
.page.product{
	background: url(../img/pro-bg.jpg) repeat-y top center;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.loc{
	height: 80px;
	line-height: 80px;
}
.loc a{
	color: #323232;
}
.product .main-left{
	float: left;
	width: 920px;
}
.product .main-left .n-ban{
	margin-bottom: 35px;
}
.product .main-left .pro-con .hd{
	background: url(../img/icon-pro-hd.png) no-repeat 10px #fff;
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	border-radius:5px 5px 0px 0px;
	font-size: 16px;
	border-bottom: 1px solid #bbb;
}
.product .main-left .pro-con .bd{
	background: #fafafc;
	padding: 10px;
	overflow:hidden;
}
.product .main-left .pro-con .hd span{
	font-size: 14px;
}
.product .main-left .pro-con .list li{
	float: left;
	width: 216px;
	margin-right: 12px;
	margin-bottom: 15px;
}
.product .main-left .pro-con .list li:nth-child(4n){
	margin-right: 0;
}
.product .main-left .pro-con .list li .item{
	background: #fff;
	padding: 10px;
	/*min-height:250px;*/
}
.product .main-left .pro-con .list li .item:hover{
	background: #eee;
}
.product .main-left .pro-con .list .item .img{
	margin-bottom: 10px;
}
.product .main-left .pro-con .list .item .img img{
	width: 196px;
	height: 110px;
	border:1px solid #bebebe
}
.product .main-left .pro-con .list .item .brand{
	margin-bottom: 10px;
}
.product .main-left .pro-con .list .item .brand span{
	background: #ab0105;
	border: 1px solid #ab0105;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 8px;
	display: block;
	float: left;
}
.product .main-left .pro-con .list .item .brand span:nth-of-type(2){
	background: #fff;
	color: #ab0105;
	border: 1px solid #ab0105;
}
.product .main-left .pro-con .list .item .title{
	font-size: 14px;
	margin-bottom: 5px;
	line-height:160%
}
.product .main-left .pro-con .list .item .title a{
	display: block;
	color: #323232;
}
.product .main-left .pro-con .list .item .title a:hover{
	color: #ab0105;
}
.product .main-left .pro-con .list .item .xinghao{
	font-size: 12px;
	color: #767676;
}
.pages{
	margin-top: 20px;
	margin-bottom: 20px;
}
.pages li{
	float: left;
	margin-right: 5px;
}
.pages li a{
	display: block;
	border: 1px solid #C6C6C6;
	color: #323232;
	padding: 5px 10px;
}
.pages li a.active{
	border: 1px solid #97190c;
	background: #97190c;
	color: #fff;
}
.product .main-right{
	float: right;
	width: 260px;
}
.product .pro-cate .hd{
	height: 100px;
	line-height: 100px;
	background: url(../img/pro-cate-hd-bg.png) repeat-x;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); 
	/*min-width:1200px;*/
}
.product .pro-cate .bd li{
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}
.product .pro-cate .bd li a{
	display: block;
	font-size: 16px;
	color: #323232;
	padding-left: 35px;
	border-left: 8px solid #fff;	
	background: #fff;
}
.product .pro-cate .bd li a:hover,
.product .pro-cate .bd li a.on{
	border-left: 8px solid #1056b8;
	background: #e7e7ec;
}

/*项目案例*/
.case .case-ban{
	background: url(../img/case-ban-bg.jpg) no-repeat top center;
	height: 450px;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.case .case-search{
	width: 330px;
	margin-top: 100px;
	background:rgb(255,255,255);
	border:1px solid #CCC;
	padding: 35px;
	float:right;
	-moz-box-shadow:2px 2px 12px #A6A6A6; -webkit-box-shadow:2px 2px 12px #A6A6A6; box-shadow:2px 2px 12px #A6A6A6;
}
.case .case-search .t{
	background: url(../img/icon-search.png) no-repeat left center;
	padding-left: 45px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	width: 160px;
	margin: 0 auto;
}
.case .case-search .ipt{
	margin-top: 35px;
	width: 100%;
	border: 1px solid #A6A6A6;
	padding: 10px;
	font-size: 12px;
}
.case .case-search .btn{
	margin-top: 30px;
	display: block;
	width: 100%;
	background: #bc0707;
	color: #fff;
}
.case{
	background: url(../img/case-bg.jpg) repeat-y top center;
	width:expression(document.body.clientWidth <= 1200? "1200px": "auto"); min-width:1200px;
}
.case .case-main .hd{
	background: #fff;
	font-size:16px;
	margin: 50px 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.case .case-main .bd li{
	float: left;
	width: 294px;
	height: 400px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.case .case-main .bd li:nth-child(4n){
	margin-right: 0;
}
.case .case-main .bd .item{
	position: relative;
}
.case .case-main .bd .item .con{
	width: 274px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.case .case-main .bd .item .con2{
	position: absolute;
	width: 274px;
	height: 380px;
	top: 300px;
	z-index: 3;
	background: rgba(255,255,255,0.9);
	transition: top 0.5s;
}
.case .case-main .bd .item .con2 .t{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
}
.case .case-main .bd .item .con2 dl{
	border-top: 1px solid #eee;
	padding: 15px 30px;
}
.case .case-main .bd .item .con2 dd{
	font-size: 14px;
	line-height: 35px;
}
.case .case-main .bd .item .share{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 4;
}
.case .case-main .bd .item .bg{
	position: absolute;
	width: 294px;
	height: 400px;
	z-index: 0;
}
.case .case-main .bd .item .bg img{
	width: 294px;
	height: 400px;
}
.case .case-main .bd .item:hover .con2{
	top: 0;
}
#share{ width:900px; height:60px; float:left; line-height:60px;}
#share i{ font-size:26px; color:#ab0105; padding-right:15px; line-height:60px;}
.singer_little{ width:900px; overflow:hidden; line-height:200%; font-size:16px; color:#666; padding-top:20px; font-weight:bold}
.singer_main{ width:900px; overflow:hidden; line-height:250%; padding-top:30px; min-height:600px; float:left; font-size:14px; color:#454545;}
.honor_list{ width:280px; height:395px; float:left; margin:30px 20px 40px 0;}
.zizhi_list{ width:220px; height:100px; float:left; margin:30px 10px;}
.news_list{ width:900px; /*height:200px;*/ float:left; background:#fff; margin:20px 0}
.news_list:hover{ background:#efefef}
.news_list_main{ width:880px; /*height:180px;*/ float:left; margin:10px;}
.news_img{ width:180px; height:180px; float:left; padding-right:30px;}
.news_little{ width:680px; height:50px; line-height:50px; float:right; text-align:left;}
.news_little a{ display:block; width:680px; height:50px; line-height:20px; color:#454545; font-size:16px;}
.news_little a:hover{ color:#C03}
.news_con{ width:680px; height:130px; float:right; text-align:left; font-size:12px; color:#666; line-height:200%;}
.news_little1{ width:880px; height:50px; line-height:50px; float:right; text-align:left;}
.news_little1 a{ display:block; width:880px; height:50px; line-height:20px; color:#454545; font-size:16px;}
.news_little1 a:hover{ color:#0e56b8}
.news_con1{ width:880px; /*height:130px;*/ float:right; text-align:left; font-size:12px; color:#666; line-height:200%;}









